home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / c64demo.dir / 00016.ls < prev    next >
Encoding:
Text File  |  1995-12-07  |  699 b   |  32 lines

  1. on mouseDown
  2.   puppetSprite(5, 1)
  3.   puppetSprite(11, 1)
  4.   set the castNum of sprite 5 to 26
  5.   set the castNum of sprite 11 to 27
  6.   updateStage()
  7.   startTimer()
  8.   repeat while the timer < 15
  9.     nothing()
  10.   end repeat
  11.   set the castNum of sprite 5 to 25
  12.   set the castNum of sprite 11 to 31
  13.   updateStage()
  14.   startTimer()
  15.   repeat while the timer < 15
  16.     nothing()
  17.   end repeat
  18.   set the castNum of sprite 5 to 26
  19.   set the castNum of sprite 11 to 27
  20.   updateStage()
  21.   startTimer()
  22.   repeat while the timer < 15
  23.     nothing()
  24.   end repeat
  25.   set the castNum of sprite 5 to 25
  26.   set the castNum of sprite 11 to 31
  27.   updateStage()
  28.   puppetSprite(5, 0)
  29.   puppetSprite(11, 0)
  30.   go("game facts fade")
  31. end
  32.